Opc.Ua.Core
UuidCollection Constructor(IEnumerable<Uuid>)



Opc.Ua Namespace > UuidCollection Class > UuidCollection Constructor : UuidCollection Constructor(IEnumerable<Uuid>)
The collection to copy
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Uuid) _
)
'Usage
 
Dim collection As IEnumerable(Of Uuid)
 
Dim instance As New UuidCollection(collection)
public UuidCollection( 
   IEnumerable<Uuid> collection
)
public:
UuidCollection( 
   IEnumerable<Uuid>^ collection
)

Parameters

collection
The collection to copy
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UuidCollection Class
UuidCollection Members
Overload List